object Form6: TForm6 Left = 216 Top = 122 BorderStyle = bsDialog Caption = 'Order DemoSlide 1.0' ClientHeight = 426 ClientWidth = 461 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 2 Top = 2 Width = 457 Height = 421 BevelInner = bvLowered BorderWidth = 3 TabOrder = 0 object Label1: TLabel Left = 20 Top = 23 Width = 31 Height = 13 Caption = 'Name:' end object Label2: TLabel Left = 20 Top = 81 Width = 31 Height = 13 Caption = 'Street:' end object Label3: TLabel Left = 24 Top = 281 Width = 39 Height = 13 Caption = 'Country:' end object Label4: TLabel Left = 26 Top = 333 Width = 53 Height = 13 Caption = 'Your Email:' end object Label6: TLabel Left = 236 Top = 115 Width = 19 Height = 13 Caption = 'Qty:' end object Label7: TLabel Left = 228 Top = 23 Width = 42 Height = 13 Caption = 'Currency' end object Label8: TLabel Left = 326 Top = 117 Width = 27 Height = 13 Caption = 'Price:' end object Label9: TLabel Left = 376 Top = 145 Width = 32 Height = 13 Caption = 'Dollars' end object Label5: TLabel Left = 20 Top = 170 Width = 50 Height = 13 Caption = 'City/State:' end object Label10: TLabel Left = 20 Top = 224 Width = 51 Height = 13 Caption = 'Post code:' end object Edit1: TEdit Left = 18 Top = 44 Width = 169 Height = 21 TabOrder = 0 end object Edit2: TEdit Left = 22 Top = 304 Width = 171 Height = 21 TabOrder = 5 end object Edit3: TEdit Left = 22 Top = 354 Width = 173 Height = 21 TabOrder = 6 end object Button1: TButton Left = 246 Top = 372 Width = 75 Height = 25 Caption = 'Print order' Default = True TabOrder = 12 OnClick = Button1Click end object Button2: TButton Left = 354 Top = 372 Width = 75 Height = 25 Caption = 'Close' TabOrder = 13 OnClick = Button2Click end object RadioGroup1: TRadioGroup Left = 230 Top = 197 Width = 187 Height = 88 Caption = 'Payment' TabOrder = 14 end object RadioButton1: TRadioButton Left = 246 Top = 216 Width = 161 Height = 17 Caption = 'Cash enclosed in letter' Checked = True TabOrder = 9 TabStop = True end object RadioButton2: TRadioButton Left = 246 Top = 236 Width = 161 Height = 17 Caption = 'Cash in recommended letter' TabOrder = 10 end object RadioButton3: TRadioButton Left = 246 Top = 256 Width = 163 Height = 17 Caption = 'Enclosed international check' TabOrder = 11 end object Edit4: TEdit Left = 234 Top = 142 Width = 25 Height = 21 MaxLength = 2 TabOrder = 8 Text = '0' OnChange = Edit4Change end object Edit5: TEdit Left = 322 Top = 142 Width = 37 Height = 21 Enabled = False TabOrder = 15 Text = '0' end object ComboBox1: TComboBox Left = 224 Top = 43 Width = 187 Height = 21 ItemHeight = 13 Items.Strings = ( 'U.S. Dollars' 'Danske Kroner (Danish currency)') TabOrder = 7 Text = 'U.S. Dollars' end object Edit6: TEdit Left = 18 Top = 103 Width = 167 Height = 21 TabOrder = 1 end object Edit7: TEdit Left = 18 Top = 135 Width = 167 Height = 21 TabOrder = 2 end object Edit8: TEdit Left = 20 Top = 195 Width = 121 Height = 21 TabOrder = 3 end object Edit9: TEdit Left = 20 Top = 243 Width = 121 Height = 21 TabOrder = 4 end object Button3: TButton Left = 285 Top = 296 Width = 75 Height = 25 Caption = 'Creditcards' TabOrder = 16 OnClick = Button3Click end end end